From: Andreas Schwab Date: Sat, 5 Jun 2004 15:40:29 +0000 (+0000) Subject: (x_create_tip_frame): Fix declaration after statement. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22154 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=94f4beecf3bdeeb3b53d894e64b3b507477a45f9;p=emacs.git (x_create_tip_frame): Fix declaration after statement. --- diff --git a/src/macfns.c b/src/macfns.c index 4147325c288..92d729248c9 100644 --- a/src/macfns.c +++ b/src/macfns.c @@ -1,5 +1,5 @@ /* Graphical user interface functions for Mac OS. - Copyright (C) 2000, 2001 Free Software Foundation, Inc. + Copyright (C) 2000, 2001, 2004 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -3803,9 +3803,9 @@ x_create_tip_frame (dpyinfo, parms, text) window_prompting = x_figure_window_size (f, parms, 0); { - BLOCK_INPUT; Rect r; + BLOCK_INPUT; SetRect (&r, 0, 0, 1, 1); if (CreateNewWindow (kHelpWindowClass, kWindowNoActivatesAttribute